@charset "utf-8";
/* css 重置 */
.ziZhi_scroll *{margin:0; padding:0; list-style:none; font-family:"微软雅黑";}
.ziZhi_scroll img{
	border:0; vertical-align:bottom;
}








.ziZhi_scroll .tempWrap {
margin:0 auto;
}


/* 本例子css */
.ziZhi_scroll{ overflow:hidden; position:relative; width:1200px; margin:0 auto;}
.ziZhi_scroll .hd{ overflow:hidden; position:relative; padding-top:20px;}

.ziZhi_scroll .bd a.prev,
.ziZhi_scroll .bd a.next {
display:block;
width:42px;
height:42px;
position:absolute;
cursor:pointer;
}


.ziZhi_scroll .bd a.prev {
	top:115px;
	left:0;
	background:url(/PC/images/l_bt.png) no-repeat;
}


.ziZhi_scroll .bd a.prev:hover {
	background:url(/PC/images/lh_bt.png) no-repeat;
}


.ziZhi_scroll .bd a.next {
	top:115px;
	right:0;
	background:url(/PC/images/r_bt.png) no-repeat;
}

.ziZhi_scroll .bd a.next:hover {
	background:url(/PC/images/rh_bt.png) no-repeat;
}




.ziZhi_scroll .hd ul{overflow:hidden; zoom:1; margin:0 auto; margin-top:10px; width:60px;}
.ziZhi_scroll .hd ul li{
	background:#000E42; float:left;  width:15px; height:15px;	border-radius: 15px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer;
}
.ziZhi_scroll .hd ul li.on{ background:#f75703;	border-radius: 15px;}


.ziZhi_scroll .bd ul{
	overflow:hidden; zoom:1;
}
.ziZhi_scroll .bd ul li{ margin:0 15px; float:left; _display:inline; overflow:hidden; text-align:center;
	width: 244px;
	height: 268px;
/*	border-radius: 10px;
	-moz-box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	box-shadow: 2px 2px 5px #999;
*/
	border-radius:5px;
}


.ziZhi_scroll .bd ul li a{
	padding:7px 0;
	background:#0261c3;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}

